home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / domácnost a kancelar / opencontacts / setup.exe / {app} / ActionPlugin / MapAction / Plugin.xml next >
Encoding:
Extensible Markup Language  |  2007-08-18  |  1.2 KB  |  19 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <plugin type="action">
  3.   <info>
  4.     <id>196FCEED-EAC1-4AD8-B9EB-8DE076F6E784</id>
  5.     <version>1.0.0.0</version>
  6.     <author>John Hansome</author>
  7.     <authorWebsite>http://www.developermaps.com</authorWebsite>
  8.     <name>Extra Map Services</name>
  9.     <description>Other map services for data fields of action type map.</description>
  10.     <actionTypeToAct>map</actionTypeToAct>
  11.   </info>
  12.   <programs>
  13.     <program label="Google Maps Australia" hint="Open Google Maps for Australia" type="url" src="" urlHead="http://maps.google.com.au/?hl=en&q=" urlTail="" />
  14.     <program label="Google Maps in French" hint="Open Google Maps in French Language" type="url" src="" urlHead="http://maps.google.com/?hl=fr&q=" urlTail="" />
  15.     <program label="Handle address data with ProcessAddressData" hint="Handle address data using a function in a dll" type="dll" src="HandleData.dll"  func="ProcessAddressData" />
  16.     <program label="Handle address data with ProcessData" hint="Handle address data using a function in a dll" type="dll" src="HandleData.dll"  func="ProcessData" />
  17.     <program label="Display address data" hint="Show map data in UTF8" type="wsh" src="showdata.vbs" />
  18.   </programs>
  19. </plugin>